home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 2002 November / SGI Freeware 2002 November - Disc 3.iso / dist / fw_qt3.idb / usr / freeware / Qt / examples / richtext / richtext.doc.z / richtext.doc
Text File  |  2002-04-08  |  420b  |  31 lines

  1. /*
  2. $Id$
  3. */
  4. /*!   \page richtext-example.html
  5.  
  6.   \ingroup examples
  7.   \title Richtext
  8.  
  9.   In this example we demonstrate how to display rich text
  10.   in a widget. To do this some sayings taken from the famous
  11.   Unix "fortune" are displayed nicely formatted.
  12.  
  13.   <hr>
  14.  
  15.   Header file:
  16.  
  17.   \include richtext/richtext.h
  18.  
  19.   <hr>
  20.  
  21.   Implementation:
  22.  
  23.   \include richtext/richtext.cpp
  24.  
  25.   <hr>
  26.  
  27.   Main:
  28.  
  29.   \include richtext/main.cpp
  30. */
  31.